-
Notifications
You must be signed in to change notification settings - Fork 6.8k
add examples and fix the dependency problem #13620
Conversation
Now put this java-demo in the nightly test @marcoabreu please take a look |
@@ -16,7 +16,7 @@ | |||
# under the License. | |||
|
|||
SCALA_VERSION_PROFILE := 2.11 | |||
MXNET_VERSION := 1.4.0-SNAPSHOT | |||
MXNET_VERSION := [1.4.0-SNAPSHOT,\) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we change the minimum version to 1.5.0 ? Since the master is now at 1.5.0 and we are pushing out nightly snapshots with that version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically the version here would grab the Lastest package that have version 1.4.0-SNAPSHOT or above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution.
I just have a minor comment, otherwise looks good.
This will definitely help us test out the nightly jars
@mxnet-label-bot add[Scala, CI] |
@marcoabreu / @andrewfayres - Can you please help review this PR? Thanks |
@zachgk could you please review |
* add examples and fix the dependency problem * add Nightly run and optimized script * add explanation for the line
* add examples and fix the dependency problem * add Nightly run and optimized script * add explanation for the line
Description
Add a use case in the java demo explaining the usage of ParamObject
@andrewfayres @zachgk @piyushghai @nswamy
I am also getting tired of fixing the issue of the script (TODO):
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.